home *** CD-ROM | disk | FTP | other *** search
- object fHorLine: TfHorLine
- Left = 283
- Top = 201
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Horizontale Line'
- ClientHeight = 169
- ClientWidth = 226
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 9
- Top = 9
- Width = 209
- Height = 113
- TabOrder = 0
- object Label2: TLabel
- Left = 104
- Top = 63
- Width = 28
- Height = 13
- Caption = 'Width'
- end
- object Label3: TLabel
- Left = 9
- Top = 63
- Width = 19
- Height = 13
- Caption = 'Size'
- end
- object Panel1: TPanel
- Left = 9
- Top = 31
- Width = 61
- Height = 22
- BevelOuter = bvLowered
- Color = clBlack
- TabOrder = 0
- OnClick = Panel1Click
- end
- object Edit1: TEdit
- Left = 104
- Top = 80
- Width = 36
- Height = 21
- TabOrder = 1
- Text = '100'
- end
- object Edit2: TEdit
- Left = 9
- Top = 80
- Width = 61
- Height = 21
- TabOrder = 2
- Text = '1'
- end
- object CheckBox1: TCheckBox
- Left = 145
- Top = 79
- Width = 35
- Height = 17
- Caption = '%'
- Checked = True
- State = cbChecked
- TabOrder = 3
- OnClick = CheckBox1Click
- end
- object Label1: TCheckBox
- Left = 10
- Top = 13
- Width = 97
- Height = 17
- Caption = 'Color'
- Checked = True
- State = cbChecked
- TabOrder = 4
- OnClick = Label1Click
- end
- end
- object Button1: TButton
- Left = 9
- Top = 143
- Width = 87
- Height = 22
- Caption = 'Ok'
- Default = True
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 131
- Top = 143
- Width = 88
- Height = 22
- Caption = 'Cancel'
- TabOrder = 2
- OnClick = Button2Click
- end
- object ColorDialog1: TColorDialog
- Ctl3D = True
- Left = 184
- Top = 80
- end
- object ActionList1: TActionList
- Left = 154
- Top = 25
- object CloseWindow: TAction
- Caption = 'CloseWindow'
- ShortCut = 27
- OnExecute = CloseWindowExecute
- end
- end
- end
-